Email

Shows the Email app

Parameters

emailSettings

Settings for the email

Constructors

Link copied to clipboard
constructor(emailSettings: NavigationSpec.Email.EmailSettings)

Types

Link copied to clipboard
data class EmailSettings(val type: NavigationSpec.Email.Type = Type.Plain, val to: List<String> = emptyList(), val cc: List<String> = emptyList(), val bcc: List<String> = emptyList(), val subject: String? = null, val body: String? = null, val attachments: List<Uri> = emptyList())

Settings for the email

Link copied to clipboard
sealed class Type

The type of formatting used for composing the email

Properties

Link copied to clipboard